home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / parser / EndOfInputException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  234 b   |  7 lines

  1. package com.sun.xml.parser;
  2.  
  3. import java.io.IOException;
  4.  
  5. class EndOfInputException extends IOException {
  6. }
  7.